From 63f2fc752aa01de972a495bdc173dc0654e76159 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 29 Oct 2015 15:55:28 +0100 Subject: [PATCH] searchentry: Fix includes --- gtk/gtksearchentry.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index ce38e34843..64c31a2ea4 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -27,11 +27,13 @@ #include "config.h" -#include "gtkaccessible.h" #include "gtksearchentry.h" -#include "gtkmarshalers.h" -#include "gtkintl.h" + +#include "gtkaccessible.h" #include "gtkbindings.h" +#include "gtkintl.h" +#include "gtkmarshalers.h" +#include "gtkstylecontext.h" /** * SECTION:gtksearchentry -- 2.30.2